Package-level declarations

Types

Link copied to clipboard
open class CrownItem(settings: Item.Settings) : Item, Equipment

A crown, which makes piglins neutral when worn, just like gold armor.

Link copied to clipboard
Holder of a temporary data while an entity is using an item.
Link copied to clipboard
abstract class StaffItem(settings: Item.Settings) : Item

Staff item dispatching functionality to StaffHandler without loader specific functionality. Implementing loader-specific interfaces is highly recommended when extending the class to pass loader-specific functionality to StaffHandler.